func github.com/oapi-codegen/runtime.fieldIndicesByJSONTag

2 uses

	github.com/oapi-codegen/runtime (current package)
		deepobject.go#L179: func fieldIndicesByJSONTag(i interface{}) (map[string]int, error) {
		deepobject.go#L274: 		fieldMap, err := fieldIndicesByJSONTag(iv.Interface())